|
2020-2021 Sunseeker Telemetry and Lighting System
|
Go to the source code of this file.
Functions | |
| void | main (void) |
| void | CTSD16_ISR (void) |
Variables | |
| uint32_t | results |
| void CTSD16_ISR | ( | void | ) |
Definition at line 122 of file ctsd16_ex3_singleChSingleConvInterrupt.c.
References __bic_SR_register_on_exit(), and results.
| void main | ( | void | ) |
Definition at line 82 of file ctsd16_ex3_singleChSingleConvInterrupt.c.
References __delay_cycles(), and __no_operation().
| uint32_t results |
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 80 of file ctsd16_ex3_singleChSingleConvInterrupt.c.
Referenced by CTSD16_ISR().